/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 20px;
  padding-top: 0px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.my-navbar{
	padding-top: 0px;
	border: 0;
	border-radius: 0;
	z-index: 9999;
	position:absolute;
	width:100%;
}

.navbar .navbar-brand {
	color:white;
	font-size:22px;
	font-weight:300;
	font-family:"Times New Roman", Times, serif;
}

.navbar .navbar-nav li a{
	color:white;
	font-size:14px;
	font-weight:300;
	font-family:"Times New Roman", Times, serif;
	}


nav.shrink {
     background-color: rgba(0,0,0,0.5);
}

/* .hoverShoppingBag {

  top: 0px;
  left: 0px;
  right: 100%;
  bottom: 100%;
  z-index: -1;
} */


.navbar .nav > li > a:hover {
    color: #4d4d4d;
    cursor: pointer;
}

.navbar .nav > li > a:hover img {
  /* -webkit-filter: grayscale(100%); */
  /* filter: grayscale(50%); */
  /* filter: opacity(30%); */
  opacity: 0.3;
  -web-kit-transition:  opacity 1s ease;
  -moz-transition:  opacity 1s ease;li
  -o-transition:    opacity 1s ease;
  transition:   opacity 1s ease;
}

/* .navbar .nav > li > a:hover img.hoverShoppingBag {
  opacity: 1
} */

.navbar .navbar-header > a:hover {
    color: #4d4d4d;
    cursor: pointer;
}
a {
	color:#5a5a5a;
    -webkit-transition: color 0.4s;
    -moz-transition:    color 0.4s;
    -ms-transition:     color 0.4s;
    -o-transition:      color 0.4s;
    transition:         color 0.4s;
}
a:link{
	text-decoration:none;
	}
a:visited{
	color:inherit;
	}
a:hover{
	color:#b3b3b3;
	text-decoration:none;
	}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.content-wrapper{
	width:100%;
	height: 550px;
	}
.img-post{
	display:block;
	padding-top: 5%;
	margin:auto;
	max-width:100%;
	max-height: 100%;
  position:relative;
	object-fit:contain;
	}
#my{
	font-family:"Times New Roman", Times, serif;
	}

.panel-heading{
	font-weight:400;
	font-size:35px;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:3%;
	margin-top:2%;
	}
.productHeading{
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	}
.productC{
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	}
.btnC{
	font-family:"Times New Roman", Times, serif;
	}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

.img-circle{
	margin:auto}

.col-lg-4 {
  margin-bottom: 0px;
  text-align: center;
}


.marketing h2 {
	font-weight: 400;
}
.col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.lightbox {
	display:none;
	}
#lighboxTitle {
	Font-weight:200
	}
.textDec{
	text-decoration:underline;
	color:#06C;
	}
.textDec:hover{
	color:#5a5a5a;
	}

/* Featurettes
------------------------- */
#gap{
	height:60px;}

.divider {
	margin-top: 7%;
	margin-right: 0;
	margin-bottom: 7%;
	margin-left: 0;
}

/* Thin out the marketing headings */
#richwood {
	margin-bottom:2%;
	font-size:40px;
	font-family:"Times New Roman", Times, serif
	}
.richwoodIntro{
	font-size:20px;
	font-family:"Times New Roman", Times, serif
	}
#btt{
	font-weight:300;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	}

.divider2{
	margin-bottom: 4%
	}

.footer1{
	font-size:15px;
	margin-bottom:1%;
	font-weight:300;
	font-family:"Times New Roman", Times, serif;
	}
.footer2{
	font-size:12px;
	font-weight:300;
	font-family:"Times New Roman", Times, serif;
	}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 960px){
.navbar-brand {
	font-size:18px;
}
.content-wrapper{
	height: auto;
	 }
.img-post{
  padding-top: 18%;
}

.lightbox {
	width: auto;
	height: auto;
	line-height: 2px;
		}
#gap{
	height:auto
	}
#richwood {
	margin-bottom:2%;
	font-size:24px;
	font-weight:400
}
.richwoodIntro{
	font-size:15px;
	}
.footer1{
	font-size:8px;
	}
.footer2{
	font-size:6px;
	}
#btt{
	font-size:6px;
	}
.panel-heading{
	text-align:center;
	font-size:28px;
	}
.productHeading{
	font-weight:300;
	font-size:24px;
	}
.productC{
  font-size: 15px;
}
}
